- Thinking through tech talks I would like to explore / potentially give at some point. Using PyCon 2020 as a motivator to think through different potential ideas.
- Potential ideas for Pycon: https://us.pycon.org/2022/speaking/talks/
- Panopticon
- Potentially a good poster
- AsyncIO internals
- Potentially a 30 minute tech talk: but needs a lot of homework
- Overview of tasks, etc. and how to debug them
- Comparing trio, etc. visually under different workloads
- Actual benchmarks with/without asyncio that stand up to verification / multiple machine set up
- Working with REPLs / autoreload
- Potentially a 30 minute tech talk
- Potentially the most useful and attractive
- People already use notebooks, should be a familiar idea
- "How to integrate REPLs into your workflow"
- %%autoreload – and its internals
- Similar talks?
- Distributed asyncio as a thought experiment
- potentially much better as a blog post / semi open source project